'Usage Dim instance As XamlCollection(Of T) Dim item As T Dim value As Integer value = instance.IndexOf(item)
Parameters
- item
- The sheet to find the index for.
Return Value
The index of the sheet.
-1
means the sheet is not in the list.